Microsoft DirectX 8.1 (C++)

IAMTimelineObj::SetPropertySetter

The SetPropertySetter method sets the object's property setter. When the object is rendered, the property information contained in the property setter is applied to the object. Call this method on transition and effect objects.

Syntax

HRESULT SetPropertySetter(
    IPropertySetter *newVal
);

Parameters

newVal

Pointer to the property setter's IPropertySetter interface.

Return Value

Returns S_OK.

See Also